![]() Packet receiving method on a network with parallel and multiplexing capability
专利摘要:
A packet receiving-transmitting method is provided for use on a packet-switching network, such as Ethernet, for the purpose of handling packets more efficiently than the prior art. By this method, each received packet is stored in a packet buffer of a fixed size and associated with just one descriptor. Based on a threshold determined by the network protocol, each packet buffer is partitioned into a plurality of segments, each having an ending point linked to an Early Receive/Transmit interrupt signal with the ending point of the packet buffer being linked to an OK interrupt signal. In response to each Early Receive/Transmit interrupt signal, the packet data stored are retrieved and forwarded; and in response to the OK interrupt signal, all the remaining packet data in the packet buffer are retrieved and forwarded. After this a write-back operation is performed on the associated descriptor so as to reset the descriptor to unused status. This method can help allow the memory allocation to each received packet to be more efficient. Moreover, it can help reduce the total number of required interrupts during the receiving-transmitting operation for each received packet, and also can help reduce the total number of descriptor write-back operations for each received packet. This method is therefore significantly more advantageous in terms of system performance than the prior art. 公开号:US20010007565A1 申请号:US09/746,010 申请日:2000-12-21 公开日:2001-07-12 发明作者:Chih-Hsien Weng;Kuo-Ching Chen;Tai-Cheng Chen 申请人:Via Technologies Inc; IPC主号:H04L49-9063
专利说明:
[0001] This application claims the priority benefit of Taiwan application Ser. No. 89100085, filed Jan. 5, 2000. [0001] BACKGROUND OF THE INVENTION [0002] 1. Field of the Invention [0002] [0003] This invention relates to a method for receiving packets on a network, and more particularly, to a manage method of data buffers for network packets. [0003] [0004] 2. Description of Related Art [0004] [0005] On a computer network, data are typically transmitted in type of packet. On the Ethernet, each packet is variably sized from 64 bytes to 1,520 bytes (B) in length and includes data and information, such as identification number and the source and destination addresses of the packet. When transmitted over the network, a packet will be routed through various nodes to its destination. [0005] [0006] In packet transmission, the received packet is first stored in a packet buffer before forwarded to its destination. A conventional packet receiving-transmitting method for handling each received packet involves the use of two descriptor lists, one for packet reception and the other for packet forwarding. The descriptor lists are software data stored in the physical memory space during system initialization. Each descriptor is mapped to the address of the packet buffer where the received packet is temporarily stored before being forwarded to its destination. [0006] [0007] FIG. 1 is a schematic diagram used to depict the mapping between a descriptor list and a packet buffer in a conventional packet receiving-transmitting method. As shown, the conventional packet receiving-transmitting method utilizes a storage unit [0007] 120 containing a plurality of packet buffers 120 a, 120 b, 120 c,. etc., for temporary storage of each received packet. When a network driving software receives a packet 100, the computer system allocates one or several descriptors, such as 110 a, 110 b, 110 c, . . . etc., for forming a descriptor list 110 used for receiving the packet 100. Each of the descriptors 110 a, 110 b, 110 c, . . . , 110 f, . . . , etc., is respectively linked to one of data buffers 120 a, 120 b, 120 c, . . . ,120 f, . . . etc. The sizes of the data buffers 120 a, 120 b, 120 c, . . . are determined by software. For example, a packet 101 is stored in the data buffer 120 d pointed by the descriptor 110 d, and a packet 102 is stored in the data buffers 120 e and 120 f respectively pointed by the descriptors 110 e and 110 f. Each of the descriptors 110 a, 110 b, 110 c, . . . etc. of the descriptor list 110 records an address of the next descriptor such that all the descriptors are linked together in sequence. Each descriptor is used for recording information such as the length and status of the received packet, and initial address and length of the data buffer and an address of the next descriptor. [0008] FIG. 2 is a schematic diagram showing the data structure of each of the descriptors [0008] 110 a, 110 b, 110 c in the descriptor list 110 shown in FIG. 1 (here exemplified by the first descriptor 110 a). As shown, the descriptor 110 a includes four data blocks RDES0, RDES1, RDES2, and RDES3, which record data length and status of the received packet, an initial address of the packet buffer where the associated packet is stored, and the address (pointer) of the next descriptor in the descriptor list 110. [0009] Referring back to FIG. 1, in response to the received packet [0009] 100, the received packet 100 is stored in one of the packet buffers, for example the second packet buffer 120 b. Conventionally, the storage space of the packet buffer 120 b is sized dynamically in accordance with the length of the received packet 100 so that the packet buffer 120 b is enough to accommodate the received packet 100. Moreover, the packet buffer 120 b is associated with a plurality of descriptors 110 a, 110 b, 110 c of the descriptor list 110. Each of the descriptors 110 a, 110 b, 110 c is applied to register information about the received packet 100 as depicted in FIG. 2, and to store an Early-Receive (ER) interrupt signal, the length of the associated packet 100, and the starting address of the packet buffer where the associated packet 100 is temporarily stored. These information items allow the computer unit to retrieve the corresponding packet 100 from the associated packet buffer in the storage unit 120. After the packet data associated with the first descriptor 110 a have been retrieved, the computer unit performs a write-back operation on the first descriptor 110 a so as to reset to unused status. After this, the computer unit can gain access to the next descriptor 110 b through the pointer of the first descriptor 110 a, so that the computer unit can subsequently retrieve the packet data associated with the next descriptor 110 b, and so forth for the third descriptor 110 e. After the packet data associated with the second descriptor 110 b have been retrieved, the computer unit performs a write-back operation on the second descriptor 110 b so as to reset to unused status; and similarly, after the packet data associated with the third descriptor 110 e have been retrieved, the computer unit performs a write-back operation on the third descriptor 110 c so as to reset to unused status. When an OK interrupt signal appears in a certain descriptor, it indicates that this descriptor is the last one; and consequently, the computer unit will retrieve all the remaining packet data from the packet buffer 120 b. This completes the forwarding operation for the received packet 100. [0010] The foregoing packet receiving-transmitting method, however, has some drawbacks. First, it involves a lot of interrupt operations for each descriptor in the descriptor list, which would result in an inefficient receiving-transmitting operation. Moreover, since each received packet is variable in size, it would be difficult to allocate a corresponding space for the packet buffer in the storage unit. Still moreover, since each received packet is associated with a plurality of descriptors and each descriptor requires a write-back operation after the associated packet data is retrieved, it would involve a number of write-back operations for all the descriptors in the received packet during the receiving-transmitting operation for each received packet, which would considerably slow down the system performance. For evaluating performance and efficiency for receiving packets, following aspects should be noticed. [0010] [0011] Firstly, transmission time required from a link layer controller and a network driving software to data blocks of an application software should be considered. [0011] [0012] Secondly, time and efficiency of occupying the system bus for the link layer controller reading the descriptor list, performing a status write back procedure and transmitting data to the data buffers through DMA should be also considered. [0012] [0013] In addition, it cannot be interrupted too much during packet receiving procedure. [0013] SUMMARY OF THE INVENTION [0014] It is therefore an objective of this invention to provide an improved packet receiving-transmitting method, which allows the allocation of a packet buffer to each received packet to be carried out without having to dynamically size the buffer space for each received packet of a variable length so that the memory allocation operation would be efficient. [0014] [0015] It is another objective of this invention to provide an improved packet receiving-transmitting method, which can help reduce the number of required interrupts during the receiving-transmitting operation for each received packet so as to increase system performance. [0015] [0016] It is still another objective of this invention to provide an improved packet receiving-transmitting method, which can help reduce the number of required descriptor write-back operations for each received packet so as to increase system performance. [0016] [0017] In accordance with the foregoing and other objectives of this invention, an improved packet receiving-transmitting method is provided. The packet receiving-transmitting method of the invention includes the following steps: allocating a descriptor and a data buffer, the descriptor for recording a link status between the descriptor and the data buffer and a reception status of a packet, and the data buffer for storing the packet, and the size of the data buffer being fixed; activating an early interrupt mode and setting a threshold value; dividing the data buffer according to the treshold value, and setting an early receiving interrupt signal and a ready interrupt signaln according to the treshold value; in response to the early receiving interrupt signal, starting to read the packet stored in the data buffer; and in response to the ready interrupt signal, retrieving and forwarding the remained packet data. [0017] [0018] In the foregoing mentioned method, further comprising the step of: asserting the early receiving interrupt signal, when a specified length of the packet defined by the threshold value has been moved to the data buffer; asserting the ready interrupt signal, when the whole packet has completely been moved to the data buffer; and performing a write-back operation on the descriptor after all the packet data stored in the data buffer have been forwarded so as to reset the descriptor. When the packet is an Ethernet packet, the size of data buffer is fixed at 1520 bytes. [0018] [0019] The present invention also provides a packet receiving apparatus, which include a descriptor, a data buffer, and a controller. The descriptor is applied for handling a packet. The data buffer is linked to the descriptor for storing the packet, wherein the data buffer has a fixed size. The controller is applied for receiving the packet. When the controller has moved a specified length of the packet defined by a threshold value to the data buffer, the controller asserts an early receiving interrupt signal. In response to the early receiving interrupt signal, a network driving software starts to read the packet stored in the data buffer. When the controller has completely moved the whole packet to the data buffer, the controller asserts a ready interrupt signal. In response to the ready interrupt signal, the network driving software retrieves and forwards the remained packet data. [0019] [0020] Therefore, according to the present invention, only one descriptor is linked to a data buffer for storing the received packet. For each packet, only one write back procedure needs to be performed on the descriptor. In addition, the size of the allocated data buffer is fixed at the maximum packet length no matter the actual length of the received packet. Accordingly, the conventional improper allocation of the data buffers, wasting resource of the system bus due to multiple read operations of the descriptors and many write back procedures, can be avoided. By a protocol between the network driving software and the link layer controller, the data buffer can be divided into segments according to a threshold value. Each segment of the data buffer defined by the threshold value can be early received according to an early receiving interrupt signal. When the whole packet is completed stored in the data buffer, an interrupt OK signal is linked to the end of the packet, the network driving software can thus moves the remained data indicated by the interrupt OK signal. Therefore, the interrupt can be controlled by the threshold value and the actual size of the packet. [0020] BRIEF DESCRIPTION OF DRAWINGS [0021] The invention can be more fully understood by reading the following detailed description of the preferred embodiments, with reference made to the accompanying drawings, wherein: [0021] [0022] FIG. 1 is a schematic diagram depicting the mapping between a descriptor list and a packet buffer utilized by a conventional packet receiving-transmitting; [0022] [0023] FIG. 2 is a schematic diagram showing the data structure of each of the descriptors shown in FIG. 1; [0023] [0024] FIG. 3 is a schematic diagram depicting the mapping between a descriptor and a packet buffer utilized by the packet receiving-transmitting of the invention; [0024] [0025] FIG. 4 is a flow diagram showing the procedural steps carried out by the packet receiving-transmitting method of the invention in response to each received packet; and [0025] [0026] FIG. 5 is a schematic diagram showing the data structure of each packet buffer utilized by the invention. [0026] DETAILED DESCRIPTION OF PREFERRED EMBODIMENTS [0027] The invention provides a packet receiving-transmitting method in a packet-switching network for efficient handling of the packets that are received and to be subsequently forwarded to their destinations. The method of the invention is characterized particularly in that only one descriptor, rather than a plurality of descriptors linked into a list in the case of the prior art, is associated with each received packet. A preferred embodiment of the invention is disclosed in full details in the following with reference to FIGS. 3 through 5. [0027] [0028] FIG. 3 is a schematic diagram depicting the mapping between a descriptor and a packet buffer utilized by the method of the packet receiving-transmitting with parallel multiplexing capability of the invention. [0028] [0029] A computer located at a node of a network is used as an example. During initiating a network driving software, the computer allocates a descriptor list [0029] 210 and activates an early receiving mode, and then a threshold value for receiving a packet is determined. After the initiating process is finished and when a packet 200 a is sent to the computer, a link layer controller, such as a network MAC controller, moves the packet 200 a to a data buffer 220 a pointed by a descriptor 210 a through DMA (direct memory access) manner. The data buffer 220 a is used for temporally storing the packet 200 a, and the descriptor 210 a is used for recording receiving length and status of the packet 200 a and related information of the data buffer 220 a. According to a particular protocol for transmission and interrupt, when the link layer controller has moved a specified length of the packet above the threshold value to the data buffer 220 a, an early receiving interrupt signal (ER signal) is asserted. In response to the ER signal, the network driving software starts to read the packet data that has already been stored in the data buffer. When the link layer controller has completely moved the whole packet 200 a to the data buffer 220 a, an interrupt OK signal is asserted. In the same time, the link layer controller performs a write back process for reset the descriptor 210 a. In response to the interrupt OK signal, the network driving software reads the remained packet data in the data buffer 220 a according to the packet length and receiving status of the packet recorded by the descriptor 210 a. [0030] Similarly, the receiving process and operations of the descriptor [0030] 210 b and data buffer 220 b are same as the foregoing description. [0031] Basically, the descriptor includes three data blocks RDES[0031] 0, RDES1, RDES2, and RDES3, which are substantially identical in format and function as those shown in FIG. 2. [0032] The block RDES[0032] 0 is 32 bits in length, wherein bits 0-15 are used for registering reception status data; bits 16-26 are used for registering the length of the associated packet; bits 27-30 are used for indicating whether the associated packet is sized in a normal length or not; and bit 31 is used as an owner bit OWN indicative of whether this descriptor is used by the network card controller (OWN=1) or unused (OWN=0). At beginning, the OWN bit is set to 1 by the network driving software, which means that the whole descriptor list 210 and data buffers pointed by the descriptor list 210 are all available to the link layer controller. When the link layer controller completely processes for the packet and a write back process is done, the OWN bit is then reset to 0. [0033] For OWN=1, it indicates that the data buffer pointed a descriptor (such as the descriptor [0033] 210 a) is an available memory space for the link layer controller (such as an Ethernet MAC controller). After a write back process is performed by the MAC controller, the OWN bit is reset to 0, which means the network driving software has to process the data buffer with the packet stored therein. When the network driving software finishes the received packet, the OWN bit is reset to 1 for releasing the data buffer. The transfer of the authority of the descriptor between the link layer controller (the MAC controller) and the network driving software is indicated by the OWN bit. [0034] Block RDES[0034] 1 is used for recording length and control information of the data buffer (such as 220 a). Block RDES2 is used for recording an initial address of a descriptor (such as 210 a) and block RDES3 is used for recording an initial address of a next descriptor (such as 210 b) adjacent to the current descriptor (such as 210 a). [0035] Referring back to FIG. 3, in accordance with the invention, the packet buffers [0035] 220 a, 220 b, 220 c in the storage unit 220 are each sized fixedly to the maximum allowable packet length specified by the network protocol. In the case of Ethernet, for example, the maximum allowable packet length is 1,520 bytes (B), and therefore, each packet buffer has a size of 1,520 bytes. Moreover, each packet buffer is partitioned by an early-interruption threshold value into a plurality of segments, with each dividing point linking to an Early Receive/Transmit interrupt signal, so that the packet data can be forwarded in segments. After a link layer controller moves a specified data length defined by the threshold value to the data buffer 220 a through direct memory access (DMA), an early interrupt signal is asserted. While the whole packet is completely moved to the data buffer 220 a, the link layer controller performs a write back procedure and asserts an OK interrupt signal. Then, a network driving software can completely process the packet according to the OK interrupt signal and receiving status. Afterwards, the OWN bit of the descriptor 210 a is reset to 1. [0036] FIG. 4 is a flow diagram showing the procedural steps carried out by the packet receiving-transmitting method of the invention in response to each received packet. In this preferred embodiment, the method of the invention is utilized on Ethernet. However, the invention is not limited to the utilization on Ethernet, and instead can be utilized on any types of packet-switching networks. [0036] [0037] Referring to FIG. 4 together with FIG. 3, in the initial step [0037] 150, the procedure is started in response to a received packet 200 a. When the computer receives the packet 200 a, the network driving software allocates a descriptor list 210 and data buffers 220 pointed by the descriptor list 210 from a memory, in which both form a packet buffer region for receiving the packets. For example, when a packet 200 a is received, the network driving software allocates a descriptor 210 a from the descriptor list 210 and a data buffer 220 a to the packet 200 a. The data buffer 220 a is used for storing the packet 200 a and the descriptor 210 a is used for recording related information of the packet 200 a and the data buffer 220 a, such as an initial address and status of the data buffer, an interrupt information and packet length etc. In addition, it is an important aspect of the invention that the allocated buffer space for the packet 200 a is always in a fixed length irrespective of the actual size of the received packet 200 a. In the case of Ethernet, each packet buffer is set to a fixed size of 1,520 bytes for temporary storage of each received packet. [0038] In the next step [0038] 152, the computer unit is switched to an Early Receive (ER) mode, and meanwhile a threshold value is set in accordance with the network hardware/software. The threshold value is used in partitioning each data buffer into a plurality of segments, with each dividing point (i.e., the end of each segment other than the last segment) being linked to an Early Receive/Transmit interrupt signal and the end of the packet being linked to an interrupt OK signal. FIG. 5 shows an example of using a threshold value of 380B to partition each packet buffer. As shown, each 1,520B packet buffer (as exemplified by the first packet buffer 220 a) is partitioned by the threshold value into four segments SEG1, SEG2, SEG3, and SEG4, with the dividing points being located respectively at 380B, 760B, and 1,140B and corresponding respectively to three Early Receive/Transmit interrupt signals ER1, ER2, and ER3. Further, the end point of the packet 220 a is linked to an interrupt OK signal Int(OK). In this partition scheme, the threshold value is determined by the network hardware/software protocol, which can be automatically furnished by the software. Other rather than 4 segments are possible. [0039] In the step [0039] 154, the link layer controller determines whether the received packet reaches the end of the whole packet. If not, step 156 is performed. In step 156, the link layer controller reads a specified length of the packet 200 a defined by the threshold value, moves the specified length data to the data buffer 220 a through DMA and then asserts an early interrupt signal ERI. When the network driving software detects the ERI signal and the OWN bit is not 0 (step 158), step 160 is then executed such that the network driving software moves the specified length of the packet defined by the threshold value from the data buffer 220 a pointed by the descriptor 210 a. Similarly, data corresponding to early interrupt signals ER2 and ER3 are processed in sequence. [0040] After the remained data of the packet is moved to the data buffer [0040] 220 a (step 164), step 162 is executed for performing a write back procedure and asserting an interrupt OK signal such that the network software can move the remained data of the packet 200 a. [0041] Furthermore, if the computer is busy on other application services, it might cause the interrupt Ok signal int(OK) is driven but the network driving software still doesn't finish process corresponding to the early interrupt signal ER. For such circumstance, the execution of the step [0041] 158 can solve this problem. According to the 31-th bit, the OWN bit, of block RDSE0 of the descriptor 210 a, the network driving software determines the status of the descriptor 210 a. When the OWN bit=0, it represents the link layer controller has stored the whole received packet into the data buffer 220 a, and then the step 164 is executed. The remained data of the packet 200 a is moved out of the data buffer 220 a according to the length and reception status of the received packet recorded in the descriptor 210 a. Thus, the write back procedure is performed to reset the recorded status of RDES0 of the descriptor 210 a. Finally, the OWN bit is reset to 1 for releasing the authority of the descriptor 210 a to the link layer controller, by which the descriptor can be repeatedly used. [0042] From the foregoing description, it is known that, for each received packet, the computer unit allocates a data buffer of the same fixed size for temporary storage of the received packet before it is forwarded. This scheme allows the memory allocation operation for each received packet to be more efficient than the prior art by which the packet buffer space is dynamically allocated based on the actual size of the received packet. Moreover, each packet buffer is partitioned based on a threshold value determined by the network hardware/software protocol. The memory allocation for temporary storage of each received packet is therefore more flexible than the prior art. [0042] [0043] Moreover, the invention is further advantageous than the prior art in that the receiving-transmitting operation for each received packet in accordance with the invention involves a fewer number of interrupts than the prior art. More specifically, the method of the invention involves a number of Early Receive interrupts, which is equal to the selected threshold value, plus one OK interrupt. In the case of FIG. 5, for example, the total number of interrupts is 4, including three Early Receive interrupts and one OK interrupt. Generally speaking, the total number of interrupts is equal to the threshold value plus one. By the invention, only one descriptor is required for association with each received packet. Therefore, when the forwarding of a packet is completed, it requires only one write-back procedure of many as in the case of the prior art to reset the associated descriptor to unused status. The invention is therefore more advantageous than the prior art. [0043] [0044] Furthermore, according to the invention, each received packet is associated with one fixed-size packet buffer and one descriptor rather than one variable-size packet buffer and a plurality of descriptors as in the case of the prior art. As shown in FIG. 3, when three packets [0044] 200 a, 200 b, 200 c are received, they are respectively associated with three data buffers 210 a, 210 b, 210 c of the same fixed size and three individual descriptors 220 a, 220 b, 220 c. These packets can be received and forwarded both in a parallel and multiplexing manner defined by the network hardware/software protocol. [0045] In conclusion, the invention is characterized in the association of each received packet with only one packet buffer and one descriptor. This feature allows the elimination of the linking between the plurality of descriptors associated with each received packet as in the case of the prior art, thereby simplifying the packet receiving-transmitting operation and enhancing the system performance. For each received packet, it needs only one read operation for the descriptor and therefore only one write back procedure to the descriptor is required. [0045] [0046] No matter the actual size of the received packet, data buffers with the same fixed size are respectively allocated to the received packets. Therefore, it can avoid improper allocation of the data buffers, causing requiring more than one descriptors to link to the data buffers for a lengthy packet. Thus, read operations of the descriptor and write back procedure for one packet can be reduced. [0046] [0047] Still moreover, the invention is further characterized in the use of a threshold whose value is determined by the network hardware, such as a link layer controller (MAC controller) or software protocol to partition each packet buffer into a plurality of segments, with each dividing point corresponding to an Early Receive interrupt signal and the ending point of the packet corresponding to an OK interrupt signal. This feature allows the total number of interrupts involved in the receiving-transmitting operation for each received packet to be significantly reduced as compared to the prior art. The invention is therefore more advantageous than the prior art. [0047] [0048] The invention has been described using exemplary preferred embodiments. How-ever, it is to be understood that the scope of the invention is not limited to the disclosed embodiments, On the contrary, it is intended to cover various modifications and similar arrangements. The scope of the claims, therefore, should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements. [0048]
权利要求:
Claims (9) [1" id="US-20010007565-A1-CLM-00001] 1. A packet receiving method for use on a packet-switching network for handling each received packet, comprising the steps of: allocating a descriptor and a data buffer, the descriptor for recording a link status between the descriptor and the data buffer and a reception status of a packet, and the data buffer for storing the packet, and the size of the data buffer being fixed; activating an early interrupt mode and setting a threshold value; dividing the data buffer according to the threshold value, and setting an early receiving interrupt signal and a ready interrupt signal according to the threshold value; in response to the early receiving interrupt signal, reading the packet stored in the data buffer; and in response to the ready interrupt signal, retrieving and forwarding the remained packet data. [2" id="US-20010007565-A1-CLM-00002] 2. The method of claim 1 , further comprising the step of: performing a write-back operation on the descriptor after all the packet data stored in the data buffer have been forwarded so as to reset the descriptor. [3" id="US-20010007565-A1-CLM-00003] 3. The method of claim 1 , further comprising the step of: asserting the ready interrupt signal, when the whole packet has completely been moved to the data buffer. [4" id="US-20010007565-A1-CLM-00004] 4. The method of claim 1 , further comprising the step of: asserting the early receiving interrupt signal, when data amount of the packet already moved into the data buffer excesses the threshold value. [5" id="US-20010007565-A1-CLM-00005] 5. The method of claim 1 , wherein the packet-switching network is Ethernet. [6" id="US-20010007565-A1-CLM-00006] 6. A packet receiving apparatus, comprising: a descriptor for handling a packet; a data buffer linked to the descriptor for storing the packet, wherein the data buffer has a fixed size; and a controller for receiving the packet, when the controller has moved a specified length of the packet above a threshold value to the data buffer, asserting an early receiving interrupt signal; when the controller has completely moved the whole packet to the data buffer, asserting a ready interrupt signal; in response to the early receiving interrupt signal, starting to read the packet stored in the data buffer; and in response to the ready interrupt signal, retrieving and forwarding the remained packet data. [7" id="US-20010007565-A1-CLM-00007] 7. The packet receiving apparatus of claim 6 , wherein the controller performing a write-back operation on the descriptor after all the packet data stored in the data buffer have been forwarded so as to reset the descriptor. [8" id="US-20010007565-A1-CLM-00008] 8. A packet receiving method for use on a packet-switching network for handling each received packet, comprising the steps of: allocating one descriptor and one data buffer, the descriptor for recording a link status between the descriptor and the data buffer and a reception status of a packet, and the data buffer for storing the packet; setting a threshold value; determining whether the packet has completely been received; if No: asserting an early receiving interrupt signal, when a length of the packet above the threshold value has been moved to the data buffer; checking the reception status of the packet in response to the early receiving interrupt signal; retrieving the packet stored in the data buffer when the reception status of the packet indicate that the packet has not completely been moved to the data buffer, and retrieving the remained packet data stored in the data buffer when the reception status of the packet indicate that the whole packet has completely been moved to the data buffer; and if YES: asserting a ready interrupt signal and performing a write-back operation on the descriptor so as to reset the reception status of the packet when the whole packet has completely been moved to the data buffer; and retrieving the remained packet data in response to the ready interrupt signal. [9" id="US-20010007565-A1-CLM-00009] 9. The method of claim 8 , wherein the packet-switching network is Ethernet.
类似技术:
公开号 | 公开日 | 专利标题 US7012926B2|2006-03-14|Packet receiving method on a network with parallel and multiplexing capability US5602995A|1997-02-11|Method and apparatus for buffering data within stations of a communication network with mapping of packet numbers to buffer's physical addresses US5315708A|1994-05-24|Method and apparatus for transferring data through a staging memory USRE44151E1|2013-04-16|Switching ethernet controller US7069373B2|2006-06-27|USB endpoint controller flexible memory management US5682553A|1997-10-28|Host computer and network interface using a two-dimensional per-application list of application level free buffers US7627672B2|2009-12-01|Network packet storage method and network packet transmitting apparatus using the same US6038621A|2000-03-14|Dynamic peripheral control of I/O buffers in peripherals with modular I/O EP1237337A2|2002-09-04|Efficient optimization algorithm in memory utilization for network applications JPH0685842A|1994-03-25|Communication equipment JP2006513493A5|2010-09-09| WO2006084417A1|2006-08-17|A buffer management method based on a bitmap table US6163541A|2000-12-19|Method for selecting virtual channels based on address priority in an asynchronous transfer mode device US6442168B1|2002-08-27|High speed bus structure in a multi-port bridge for a local area network US7113516B1|2006-09-26|Transmit buffer with dynamic size queues JP2008541276A|2008-11-20|Simultaneous read response confirmation extended direct memory access unit US5930261A|1999-07-27|Bus protocol US6347089B1|2002-02-12|Simplified ethernet frame switching system architecture without local buffer requirement US7400623B2|2008-07-15|Method and apparatus for managing medium access control | address US20050141516A1|2005-06-30|Method and apparatus for using dual free link lists to manage packet memory GB2321821A|1998-08-05|A method for controlling the distribution and recovery of buffers in an asynchronous network US6498793B1|2002-12-24|Method for hardware-assisted automatic sorting of out-of-order packets using restricted transaction label EP1032885B1|2015-07-29|Apparatus and method for protocol application data frame operation requests interfacing with an input/output device CN1965550A|2007-05-16|Method and apparatus for processing a complete burst of data US7529857B2|2009-05-05|Data processing apparatus and data transfer control method
同族专利:
公开号 | 公开日 TW453069B|2001-09-01| US7012926B2|2006-03-14|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题 US4654654A|1983-02-07|1987-03-31|At&T Bell Laboratories|Data network acknowledgement arrangement| US5477541A|1989-09-29|1995-12-19|White; Richard E.|Addressing technique for storing and referencing packet data| US5136582A|1990-05-29|1992-08-04|Advanced Micro Devices, Inc.|Memory management system and method for network controller| US5303302A|1992-06-18|1994-04-12|Digital Equipment Corporation|Network packet receiver with buffer logic for reassembling interleaved data packets| US5400326A|1993-12-22|1995-03-21|International Business Machines Corporation|Network bridge| US5633865A|1995-03-31|1997-05-27|Netvantage|Apparatus for selectively transferring data packets between local area networks|US20030032427A1|2001-08-09|2003-02-13|William Walsh|Dynamic queue depth management in a satellite terminal for bandwidth allocations in a broadband satellite communications system| DE10163310B4|2001-12-21|2005-12-15|Infineon Technologies Ag|Method and router for multiprotocol transmission| US20060200846A1|2005-03-01|2006-09-07|Phan Kevin T|Method and system for PVR software buffer management to support software passage| US7111092B1|2004-04-16|2006-09-19|Cisco Technology, Inc.|Buffer management technique for a hypertransport data path protocol| US20060215702A1|2005-03-24|2006-09-28|Brother Kogyo Kabushiki Kaisha|Packet Communication System And Packet Communication Apparatus| US20070002880A1|2005-07-01|2007-01-04|Chih-Feng Chien|Method and device for flexible buffering in networking system| US20090125647A1|2005-06-30|2009-05-14|Citibank, N.A.|Device And Method For Executing A DMA Task| US20090144589A1|2005-06-30|2009-06-04|Freescale Semiconductor, Inc.|Device and method for controlling an execution of a dma task| US20090216917A1|2005-06-30|2009-08-27|Freescale Semiconductor, Inc|Device and method for arbitrating between direct memory access task requests| US7782885B1|2002-12-10|2010-08-24|Cisco Technology, Inc.|System and method for queue management using queue sets| US20140068145A1|2012-08-31|2014-03-06|Nxp B.V.|Sram handshake| US8681807B1|2007-05-09|2014-03-25|Marvell IsraelLtd.|Method and apparatus for switch port memory allocation| CN103701907A|2013-12-27|2014-04-02|乐视网信息技术(北京)股份有限公司|Processing method and system for continuing to transmit data in server| CN106559186A|2016-03-21|2017-04-05|天地融科技股份有限公司|Data transmission method and system, main communication apparatus and from communication apparatus| CN106561014A|2015-11-18|2017-04-12|天地融科技股份有限公司|Data transmission method and system, main communication equipment, and slave communication equipment| US9811484B1|2014-06-30|2017-11-07|Altera Corporation|Methods and apparatus for rapid interrupt lookups| US7440469B2|2003-10-14|2008-10-21|Broadcom Corporation|Descriptor write back delay mechanism to improve performance| US20050232298A1|2004-04-19|2005-10-20|Beverly Harlan T|Early direct memory access in network communications| TWI326544B|2006-11-15|2010-06-21|Ind Tech Res Inst|An intelligent heterogeneous network packet dispatcher methodology| US9584446B2|2008-03-18|2017-02-28|Vmware, Inc.|Memory buffer management method and system having multiple receive ring buffers| US20140160954A1|2012-12-12|2014-06-12|International Business Machines Corporation|Host ethernet adapter frame forwarding| KR101861744B1|2013-02-28|2018-05-29|삼성전자주식회사|Integrated circuit for computing target entry address of buffer descriptor based on data block offset and system having the same| US11061840B2|2013-09-24|2021-07-13|Red Hat Israel, Ltd.|Managing network interface controller-generated interrupts|
法律状态:
2000-12-21| AS| Assignment|Owner name: VIA TECHNOLOGIES, INC., TAIWAN Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:WENG, CHIH-HSIEN;CHEN, KUO-CHING;CHEN, TAI-CHENG;REEL/FRAME:011405/0657 Effective date: 20001215 | 2006-02-22| STCF| Information on status: patent grant|Free format text: PATENTED CASE | 2009-09-14| FPAY| Fee payment|Year of fee payment: 4 | 2013-08-14| FPAY| Fee payment|Year of fee payment: 8 | 2017-08-31| MAFP| Maintenance fee payment|Free format text: PAYMENT OF MAINTENANCE FEE, 12TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1553) Year of fee payment: 12 |
优先权:
[返回顶部]
申请号 | 申请日 | 专利标题 TW89100085||2000-01-05|| TW089100085A|TW453069B|2000-01-05|2000-01-05|Packet accessing method with parallel multiplexing feature| 相关专利
Sulfonates, polymers, resist compositions and patterning process
Washing machine
Washing machine
Device for fixture finishing and tension adjusting of membrane
Structure for Equipping Band in a Plane Cathode Ray Tube
Process for preparation of 7 alpha-carboxyl 9, 11-epoxy steroids and intermediates useful therein an
国家/地区
|